home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / MPW Goodies / MPW Goodies⁄DTS / Trim < prev    next >
Text File  |  2022-08-05  |  208b  |  16 lines

  1. #
  2. # Trim:
  3. #
  4. # Trim trailing spaces and tabs from end of each line in file
  5. #
  6.  
  7. If {#} == 0
  8.     Set Window "{Target}"
  9. Else
  10.     Set Window "{1}"
  11. End
  12.  
  13. Find • "{Window}"
  14. Set Exit 0
  15. Replace -c ∞ /[∂t∂f ]+∞/ "" "{Window}"
  16.